projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e1f870
)
stylecontext: Fix FALSE/TRUE mixup
author
Benjamin Otte
<otte@redhat.com>
Mon, 19 Jan 2015 01:18:59 +0000
(
02:18
+0100)
committer
Benjamin Otte
<otte@redhat.com>
Mon, 19 Jan 2015 01:19:59 +0000
(
02:19
+0100)
Introduced in
e649c8773f0357df19f4e28aabf40a203a39c409
. It's obviously
the root node right there.
gtk/gtkstylecontext.c
patch
|
blob
|
history
diff --git
a/gtk/gtkstylecontext.c
b/gtk/gtkstylecontext.c
index 21a2b5bda447b43fbf8513736c5dd0e20b06abcf..f107a73c50ac92ec2b06cbcdc4b37119a151492c 100644
(file)
--- a/
gtk/gtkstylecontext.c
+++ b/
gtk/gtkstylecontext.c
@@
-2948,7
+2948,7
@@
_gtk_style_context_validate (GtkStyleContext *context,
{
GtkCssStyle *style, *static_style;
- static_style = build_properties (context, cssnode->decl,
FALS
E, gtk_css_node_get_parent_style (context, cssnode));
+ static_style = build_properties (context, cssnode->decl,
TRU
E, gtk_css_node_get_parent_style (context, cssnode));
style = gtk_css_animated_style_new (static_style,
priv->parent ? style_values_lookup (priv->parent) : NULL,
timestamp,